home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / Argus TE 2.0 / TE Window / TE Window.r < prev   
Encoding:
Text File  |  1995-06-23  |  347 b   |  19 lines  |  [TEXT/KAHL]

  1. /**********************************************************************
  2.  
  3.     TE Window.r
  4.  
  5. ***********************************************************************/
  6.  
  7. /* THINK Rez resource format */
  8. #include <Types.r>
  9.  
  10. resource 'WIND' (400, "Main WIND") {
  11.     {45, 5, 345, 455},
  12.     ZoomDocProc,
  13.     invisible,
  14.     goAway,
  15.     0x0,
  16.     "Text Window"
  17. };
  18.  
  19. // End of File